object FrmHTMLDialog: TFrmHTMLDialog Left = 373 Top = 133 Width = 369 Height = 345 BorderIcons = [biSystemMenu] Caption = 'PocoMail' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object PnlBottom: TPanel Left = 0 Top = 264 Width = 361 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 0 DesignSize = ( 361 41) object BtnClose: TButton Left = 262 Top = 6 Width = 93 Height = 29 Anchors = [akTop, akRight] Caption = 'Close' Default = True ModalResult = 1 TabOrder = 0 OnClick = BtnCloseClick end object BtnURL: TButton Left = 8 Top = 6 Width = 135 Height = 29 Caption = 'Visit Website' TabOrder = 1 OnClick = BtnURLClick end end object PnlMain: TPanel Left = 0 Top = 0 Width = 361 Height = 264 Align = alClient BevelOuter = bvNone TabOrder = 1 object HTML: THTMLViewer Left = 0 Top = 0 Width = 361 Height = 264 OnHotSpotClick = HTMLHotSpotClick TabOrder = 0 Align = alClient BorderStyle = htFocused HistoryMaxCount = 0 DefFontName = 'Times New Roman' DefPreFontName = 'Courier New' NoSelect = False CharSet = DEFAULT_CHARSET PrintMarginLeft = 2 PrintMarginRight = 2 PrintMarginTop = 2 PrintMarginBottom = 2 end end end